home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
internet
/
sweeper
/
samples
/
olecon~1
/
controls
/
button
/
resource.h
< prev
Wrap
C/C++ Source or Header
|
1995-11-25
|
1KB
|
38 lines
//=--------------------------------------------------------------------------=
// Resource.H
//=--------------------------------------------------------------------------=
// Copyright 1995 Microsoft Corporation. All Rights Reserved.
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//=--------------------------------------------------------------------------=
//
// resource IDs.
//
#ifndef _RESOURCE_H_
#define RESID_TOOLBOX_BITMAP 1
//=--------------------------------------------------------------------------=
// Strings
//
#define IDS_PROPERTIES 1000 // this MUST be 1000 !!!
#define IDS_BUTTON_GENERALPAGETITLE 2003
#define IDS_BUTTON_GENERALDOCSTRING 2004
#define IDS_BUTTON_ABOUTBOXVERB 2005
//=--------------------------------------------------------------------------=
// Dialog Stuff
//
#define IDD_PROPPAGE_BUTTONGENERAL 2000
#define IDC_CAPTION 2100
#define _RESOURCE_H_
#endif // _RESOURCE_H_